CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - round robin

搜索资源列表

  1. 1

    0下载:
  2. In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t suppo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:135878
    • 提供者:刘天宏
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6050
    • 提供者:yogurt
  1. include1

    0下载:
  2. 足球联赛积分排名程序 设计内容:足球联赛采用主客场双循环赛制,胜一场得3分,平局各得1分,负一场得0分,联赛排名以积分多者在前,当两队(或多队)积分相同时,则净胜球(即进球数与失球数之差)多者在前,若净胜球相同,则进球数多者在前,若仍相同,则抽签或踢附加赛决定名次(这在联赛结束后进行,联赛未结束则两队名次并列,本程序不做这方面要求)。试编写一个足球联赛积分排名程序,程序统计最近一轮比赛后,各队积分及排名。-League standings programming content: Footb
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:6206
    • 提供者:张烨
  1. Processe

    0下载:
  2. 操作系统中的进程调度优先算法和轮转法算法的实现-Operating system process scheduling priority algorithm and Algorithm Round Robin
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:chen
  1. Joseph

    0下载:
  2. 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:冬冬
  1. CPU_schedu1994205142006

    0下载:
  2. FCFS, Round Robin and Shortest Job First cpu schedu
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:15383
    • 提供者:hossen
  1. proportionalfairness

    0下载:
  2. OFDMA系统中-成比例公平性约束下的MIMO-OFDMA资源分配方案-OFDMA system- proportional fairness constraints of the MIMO-OFDMA Resource Allocation
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:381774
    • 提供者:xiaolong
  1. qq

    0下载:
  2. 分治法网球循环赛日程安排,课程设计希望有用-Divide and conquer tennis round robin scheduling, curriculum design, hope helpful
  3. 所属分类:Software Testing

    • 发布日期:2017-04-07
    • 文件大小:3221
    • 提供者:king
  1. rr.tar

    0下载:
  2. Round robin algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:2063
    • 提供者:Dinesh
  1. The-8051-Microcontroller-and-Embedded-Systems

    0下载:
  2. wimax qos round robin
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1373951
    • 提供者:gaurav
  1. Round-robin-and-priority-scheduling

    1下载:
  2. 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
  3. 所属分类:软件工程

    • 发布日期:2017-03-25
    • 文件大小:30971
    • 提供者:188
  1. 22.01

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process schedul
  3. 所属分类:Document

    • 发布日期:2017-12-09
    • 文件大小:419243
    • 提供者:楚相水
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. shijianlunzhuan

    0下载:
  2. 操作系统课程设计,实现时间片轮转算法,希望有用-Courses on operating system design, implementation, round-robin algorithm, hope useful
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1117858
    • 提供者:饼干
  1. 1-s2.0-S0026269212000948-main

    0下载:
  2. Ann2 n round-robin arbiter (RRA) searches its n inputs for a 1, starting from the highest-priority input. It picks the first 1 and outputs i ndex in one-hot encoding. RRA aims to be fair to its inputs and maintains fairness by simply rotating the
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:791296
    • 提供者:1212login
  1. chengxuyuandaima

    0下载:
  2. 程序源代码及运行部分结果:  该程序由C语言编成,可以实现任意组的单循环赛程安排.-Source code and run some results: The program compiled by the C language, you can achieve any group round robin schedule.
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:51120
    • 提供者:张菲菲
  1. FUHUII

    0下载:
  2. 计算机操作系统,时间片轮转的课程设计报告。MfcVisual C++的-Computer operating system, round-robin curriculum design report. MfcVisual C++ of
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:70524
    • 提供者:付慧涵
  1. Simulation-process-scheduler-

    0下载:
  2. 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:57156
    • 提供者:凯撒
  1. Round-Robin

    0下载:
  2. Round Robin algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-12-12
    • 文件大小:68117
    • 提供者:yagami
« 12 »
搜珍网 www.dssz.com